home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / docs / ReleaseNotes_1.2.txt < prev    next >
Text File  |  2009-06-10  |  12KB  |  180 lines

  1. Release Notes for Firebug 1.2
  2. Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
  3. Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov
  4.  
  5. == Enablement UI ==
  6.     * Disable always: when the Firebug UI is not active on any page, the debugger is disabled (minimal overhead)
  7.     * Instant on: when the Firebug UI is active, HTML, CSS, DOM views activate (minimal overhead)
  8.     * Script panel user-activation: initially disabled or enabled always
  9.     * Net panel user-activiation: initially disabled or enabled always
  10.     * Console panel user-activation: initially disabled or enabled always. Controls ShowXMLHTTPRequest, consoleListener
  11.     * Bug Icon gray unless some page has Script or Net panel activation
  12.     * Multipanel enablement.
  13.     * No Allowed-sites/Disable for Site: no longer needed.
  14.     * Suspend/Resume Firebug in status bar context menu
  15.     * List pages that enable Firebug on the Context menu tooltip.
  16.   The UI for this feature is being refined; overhead tests have not been completed.
  17.   We are interested in feedback on this UI change.
  18.  
  19. == Javascript Debugging ==
  20.     * Written/cleaned up eval support
  21.     * Performance on eval better, easier to support.
  22.   This feature is complete; Bug reports on javascript debugger welcome.
  23.  
  24. == Net Panel ==
  25.     * Net timing more accurate
  26.     * Only real network requests displayed.
  27.     * Limit for number of requests (configurable in preferences).
  28.     * Additional columns for: request method, status response + text
  29.     * Cache tab has expiration time in Net panel
  30.     * The Response tab has a hack to prevent extra requests to the server. Users must click on a button to force the request. 
  31.       The hack will not be needed in the next release of Firebug.
  32.  
  33. == Console ==
  34.     * Redesigned to use events/attribute passing.
  35.   tests/console/joes-original/test.html mostly passes
  36.  
  37. == Command Line ==
  38.     * Redesigned to avoid using evalInSandbox.
  39.   tests/console/commandLineObjects.html mostly passes
  40.   commandLineAPI functions, ok.
  41.  
  42. == DOM Panel ==
  43.     Works for FF3pre after about 2008041406 (https://bugzilla.mozilla.org/show_bug.cgi?id=425139)
  44.  
  45. == Misc ==
  46.     Secure updates via signed update.rdf with xpi updateHash values.
  47.  
  48. == Localization ==
  49.     * Hu-hu by Zoltan Papp (issue 749)
  50.  
  51. == Bug Fixes ==
  52.     * Issue 1 Reload external Firebug window while its tab is hidden closes the window
  53.     * Issue 2 Can't set breakpoints in code called by unload event
  54.     * Issue 4 Visiting error page causes external Firebug window to close itself
  55.     * Issue 7 Long URLs in XHR spy rows should be cropped
  56.     * Issue 14 Programatically disable firebug log from Javascript
  57.     * Issue 38  console.group should allow optional collapse
  58.     * Issue 43 Edit CSS behaviour - appending styles to the dom is unexpected. Contribution by  tonygentilcore
  59.     * Issue 45 HTML Edit bug when editing <tr> and <td> (contribution by ash.searle)
  60.     * Issue 56 Enhancement: row distinction in profiler
  61.     * Issue 65 show HTTP Status code on NET response
  62.     * Issue 73 Can't show function contents in DOM browser. 
  63.     * Issue 165: Profile results table can get too wide for console.
  64.     * Issue 183 Configurable maximum output size
  65.     * Issue 186 Only one line in net monitor for multiple xhr post requests
  66.     * Issue 188 "Open in new tab" for failed POST request opens incorrect URL
  67.     * Issue 202 Clicking status bar error warning closes firebug
  68.     * Issue 215 Display total page load time
  69.     * Issue 216 Improve network monitor to include server-side processing time
  70.     * Issue 256 Inspect element in context menu always opens fbug in same window regardless of settings and closes inproperly
  71.     * Issue 266 PUT & DELETE requests appear as POST requests in firebug
  72.     * Issue 268 Firebug adds pt unit when unit not specified (e.g. 0pt) (contribution by ash.searle)
  73.     * Issue 307 Cannot edit HTML
  74.     * Issue 316 Show HTTP request method and request content in Firebugs "Net" tab
  75.     * Issue 321 arguments can no longer be logged
  76.     * Issue 325 PUT operations do not show contained entity in Net tab
  77.     * Issue 327 "Net" tab: lowercase b for bytes (instead of B)
  78.     * Issue 331 XHR resolves relative URIs to resource:// protocol
  79.     * Issue 346 Fix Net Panel timings
  80.     * Issue 349 Local file XHR events not listed in console
  81.     * Issue 359 No entry in the Net tab for XHR when response content length is 0
  82.     * Issue 361  Edit button gets stuck when reloading page whilst editing CSS. Contribution by tonygentilcore
  83.     * Issue 393 Text overlayed on text in script editor window.
  84.     * Issue 401 Net tab does not consider "application/javascript" a JS MIME type
  85.     * Issue 402 Net tab tries to show previews of non-images with image file extensions
  86.     * Issue 404 UI change to help users activate expensive debugging features only when they need them.
  87.     * Issue 405 The Net panel consumes a lot of memory if there is a lot of XHR activity without page reload.
  88.     * Issue 414 XHR Breaks When Using Firebug 1.1 beta when > 1 HTTP 302 Redirect Is Returned
  89.     * Issue 421 onLoad of XHRSpyListener does not fire correctly
  90.     * Issue 427 fix configure editor localization
  91.     * Issue 430 about:blank pages always show firebug as enabled
  92.     * Issue 438 hide "Open With Editor" menu item for input/iframe/textarea elements
  93.     * Issue 440 Scripts included with relative paths appear twice in script list
  94.     * Issue 445 http header content-type missing disables network monitoring
  95.     * Issue 455 Firebug and iMacros Incompatibility    
  96.     * Issue 468 [feature request] fast [enable -> inspect element -> disable] ergonomy
  97.     * Issue 469 hide "open with editor" when no editors configured
  98.     * Issue 474 base href applied to scripts
  99.     * Issue 475 Show Return Code (HTTP HEADER-Response)
  100.     * Issue 476 Infinite recursive loop crash firefox, fix the long time it takes to show the stack.
  101.     * Issue 479 pt-BR locale submission, Comment 10 by leandromerces, Jun 21
  102.     * Issue 503 disable doesn't work properly
  103.     * Issue 521 Prototype iterator functions die in console
  104.     * Issue 528 Context menu missing from script dropdown
  105.     * Issue 544 Net Panel incorrect rounding of file size
  106.     * Issue 549 The Options menu should *not* be displayed if there are no options available (contribution by Ash Searle)
  107.     * Issue 564 Can't "disable for on this site" firebug
  108.     * Issue 567 Slow script warning in debugger.js on some pages
  109.     * Issue 570 User agent stylesheet rules are not shown
  110.     * Issue 573 setting css background-color affects layout inspector. Contribution by tonygentilcore
  111.     * Issue 583 Javascript console cannot work with Firefox 3 beta5
  112.     * Issue 587 Custom listeners for observing net-monitor.
  113.     * issue 599 Firebug Inspect Outline Does Not Show Up Over Web Page Elements
  114.     * Issue 601 XHR in console shows stale/cached output
  115.     * Issue 618 HTML: tab order, fixed by setting order properties on side panels.
  116.     * Issue 619 Reopening firebug results in grey DOM, Layout or Style Pane, fixed by forceUpdate on syncSidePanel.
  117.     * Issue 622 Reopening firebug with inspect element results in grey html pane and Style/Layout/DOM
  118.     * Issue 623 Pop up windows do not show all FireBug controls
  119.     * Issue 634 XHR request details not showing up
  120.     * Issue 637 $ FireBug function overwrites existing $ function
  121.     * Issue 659 firebug.js:1473 - "this.context.browser is undefined"
  122.     * Issue 663 $0 should be a reference to the most recent inspected element
  123.     * Issue 676 Exception in firebug-cache.js when visiting http://www.takebacktheweb.org/CaE.html
  124.     * Issue 679 Firebug 1.2.0a27X blocking most AJAX calls
  125.     * Issue 663 $0 should be a reference to the most recent inspected element
  126.     * Issue 680 Tab completion of JavaScript elements not working
  127.     * Issue 690 New zh-CN local file for Firebug 1.2
  128.     * Issue 691 Enablement for site does not reload other tabs
  129.     * Issue 698 Debug panel file navigation too painful
  130.     * Issue 707 'Remove All Breakpoints' does nothing
  131.     * Issue 709 Visible Console Objects
  132.     * Issue 720 Net tab -> response status =   and response time = NaNm.
  133.     * Issue 761 HTML panel blank, fails to update view 
  134.     * Issue 719 Firebug's log limit has been reached - difficult named option
  135.     * Issue 723 JavaScript errors not shown in Firebug even when debugging is enabled;
  136.     * Issue 724 (Content in console tab is broken when opening firebug in new window)
  137.     * Issue 734 While debugging, click into the console. The execution context is not available
  138.     * Issue 736 Temp disabling breakpoints does not work. 
  139.     * Issue 749 Hungarian Locale
  140.     * Issue 750 DOM side-panel - variables names overlay actual values
  141.     * Issue 755 New zh-CN locale file for Firebug 1.2, contribution by http://code.google.com/u/shawphy/
  142.     * Issue 760 Inspect tab looses focus
  143.     * Issue 762 this.notifyFirebug is not a function error (contribution by zmarties)
  144.     * Issue 764 Source code for all scripts not visible on scripts tab without enabling debugger
  145.     * Issue 769 HTML Tab Unresponsive After Dock/Undock
  146.     * Issue 771 Improve the display of the FBTrace buttons contribution by Ken Arnold
  147.     * Issue 772 de locale for German Firebug, contribution by  benedikt.langens
  148.     * Issue 775 Deleting font-family from the Style tab doesn't delete it but sets it to 'null'
  149.     * Issue 784 Breakpoints in scripts included in an iframe don't cause debugger to break. Introduced
  150.     * Issue 785 Update Japanese Locale, contribution by http://code.google.com/u/norahmarinkovic/
  151.     * Issue 793 warnings classified as errors
  152.     * Issue 794 Catalan locale ca-AD, contribution by └lex CorretgΘ http://bloc.corretge.cat
  153.     * Issue 797 Problem with XMLHttpRequest Logs
  154.     * Issue 810 1.2b3 bloody mess => no syntax error reporting, weird xul errors, and stuff 
  155.     * Issue 823 Firebug 1.2.0b3 unresponsive in Firefox 3 when opened in own window
  156.     * Issue 829 Refreshing Browser while stopped at a breakpoint will lock in an endless blank reload loop
  157.     * Issue 831 Clicking HTML select element in panelNode causes option menu items to multiply (contribution by Nathan Mische)
  158.     * Issue 840 Console links and buttons inactive on popout FF3
  159.     * Issue 869 Net page size info shows up as ? on some sites
  160.     * Issue 873 alien variable "y=2" in global watch list, contribution of jwitch
  161.     * Issue 881 "open with editor" not working on Linux
  162.     * Issue 883 "undefined" appears in the search box after selecting a script to show with the Enter key (contribution by splintor)
  163.     * Issue 884 FB 1.2b4 - en-/disable button missing
  164.     * Issue 889 variable-value on under the cursor is no longer displayed with Rainbow For Firebug, contributed patch by antonin.hildebrand
  165.     * Issue 892 firebug hangs up in net.js line 1298 when browsing in framesets
  166.     * Issue 910 Watch window stops responding after invalid JS Entry
  167.     * Issue 914 View Response of Ajax POST with empty reply displays entire HTML source of page
  168.     * Issue 920 fbug 1.2.0b4 will not launch in FireFox 3.0 with Danish languageda-DK
  169.     * Issue 921 Empty script tab when Firebug window is closed
  170.     * Issue 923 Don't enter breakpoints if Script panel is disabled for the domain
  171.     * Issue 926 1.2.0b4 version does not work in hungarian firefox
  172.     * Issue 947 Ajax request parameters and Arrays
  173.     * Issue 979 Firebug adds a hidden breakpoint when adding a breakpoint in a dynamically created function
  174.     * Issue 992 New zh-CN locale file for Firebug 1.2 (contribution by shawphy)
  175.     * Issue 993 Scripts included with relative paths appear twice in scripts list; breakpoints ignored
  176.     * Issue 997 GET and POST calls are shown truncated in console view using ellipsis
  177.     * Issue 1029 Firefox cache not cleared
  178.     * Issue 1037 incomplete report of uncaught exception
  179.     * Issue 1092 Open in new tab doesn't POST data
  180.     * Issue